﻿/*===�ű�ǩ�Ĳ�===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
background:#fff;
height:45px;
position:relative;

}
 
div.gbl201_out ul.gblable{           
display: block;
width:100%;
margin:0 auto;
text-align:center;
position: relative;
}

/*===�л���ǩ����ʽ
=====����ָ���߿��ŷ�ֹ��ͻ
===*/

li.gbl201{
margin:0 5px;
list-style-type:none;
display :inline-block;
width:120px;
height:42px;
line-height:42px;
border-radius:3px;
transition:border-color 0.4s ease 0s, background-color 0.4s ease 0s;
box-shadow:none;
border:1px solid rgba(28, 69, 135, 0.0901961);
font-size:16px;
font-family:'Microsoft YaHei',Verdana, Arial,Sans-Serif;
text-decoration: none;
text-align:center;
cursor:pointer;
}

/*===�л���ǩ��ǰѡ�е���ʽ===*/


li.gbl201_current{
margin:0 5px;
list-style-type:none;
display :inline-block;
width:120px;
height:42px;
line-height:42px;
text-align:center;
border-radius:3px;
transition:border-color 0.4s ease 0s, background-color 0.4s ease 0s;
box-shadow:none;
border:1px solid rgba(28, 69, 135, 0.0901961);
font-size:16px;
font-family:'Microsoft YaHei',Verdana, Arial,Sans-Serif;
text-decoration: none;
color:#FFF;
background:#055CA0;
cursor:pointer;
}


/*===more������ʽ===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/32px 'microsoft yahei',Verdana, Arial;
color:#555;
margin-right:3px
}

